@charset "UTF-8";
body {
  font-family: "Microsoft YaHei", sans-serif;
  color: #616161;
  overflow-x: hidden;
  height: 100%;
}

@media (min-width: 1366px) {
  .container {
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
  }
}
/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*nav*/
.navbar-default {
  min-height: 102px;
  border: none;
  background: #ffffff;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
}
.navbar-default .navbar-nav li {
  margin-left: 3px;
}
.navbar-default .navbar-nav li > a {
  font-size: 16px;
  color: #333333;
  height: 102px;
  line-height: 102px;
  vertical-align: bottom;
  background-size: contain;
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0 35px 0 15px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .current > a,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-image: url("../images/img-02.png");
  background-color: transparent;
}

/*links*/
.links {
  background: #f5f5f5;
  padding-top: 3%;
  padding-bottom: 3%;
}
.links .main {
  padding-left: 160px;
}
.links .main .left-title {
  position: absolute;
  margin-left: -160px;
}
.links .main .left-title .title {
  height: 38px;
  line-height: 30px;
  color: #333333;
  font-size: 22px;
}
.links .main .left-title a {
  display: inline-block;
  line-height: 30px;
  color: #333333;
  font-size: 14px;
  border-top: 1px solid #c4c4c4;
}
.links .main > a {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  line-height: 32px;
  margin-right: 5%;
}

/*footer*/
footer {
  background: #333333;
}
footer .footer-links {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
footer .footer-links a {
  font-size: 16px;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  background: url("../images/img-01.png") no-repeat right center;
  margin-top: 5px;
  margin-bottom: 5px;
  display: inline-block;
}
footer .footer-links a:last-child {
  background: none;
}
footer .footer-copy {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 24px;
  color: #858585;
  font-size: 14px;
}
footer .footer-copy span, footer .footer-copy a {
  margin: 0 10px;
}
footer .footer-copy a {
  color: #858585;
}
footer .footer-copy a:hover {
  color: #858585;
}

/*banner*/
.banner .owl-dots {
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
  height: 20px;
}
.banner .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 5px;
  vertical-align: bottom;
}
.banner .owl-dots .owl-dot.active {
  background: white;
}
.banner .banner-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: right;
  text-align: right;
  height: 660px;
  width: 100%;
}
.banner .banner-box img {
  display: inline-block;
  width: auto;
}
.banner .active .banner-img {
  animation: fadeInUp 2s;
}

/*other-banner*/
.other-banner {
  height: 300px;
}

.other-warp {
  position: relative;
  top: -70px;
  z-index: 9;
  box-shadow: 0 0 15px #666666;
}
.other-warp .cont {
  background-color: #ffffff;
  padding: 30px 30px 30px 50px;
}

/*sub-menu*/
.sub-menu {
  text-align: right;
  background: rgba(12, 59, 154, 0.8);
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  font-size: 0;
}
.sub-menu a {
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  color: #ffffff;
}
.sub-menu a:hover, .sub-menu a.current {
  background-color: #36a333;
}

/*page*/
.page {
  text-align: center;
  margin-top: 30px;
}
.page a {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 12px;
  background: #e7e7e7;
  color: #000033;
  font-size: 14px;
  margin-bottom: 5px;
}
.page a:hover, .page a.current {
  background: #36a333;
  color: #ffffff;
}

.page strong {
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 12px;
  background: #36a333;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 5px;
}

/*bread-crumbs*/
.bread-crumbs {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 15px;
  line-height: 40px;
  margin-bottom: 25px;
}
.bread-crumbs .b-l {
  font-size: 24px;
  color: #0c3b9b;
  font-weight: bold;
}
.bread-crumbs .b-r {
  text-align: right;
  color: #333333;
  font-size: 14px;
}
.bread-crumbs .b-r a, .bread-crumbs .b-r span {
  display: inline-block;
  margin: 0 5px;
}
.bread-crumbs .b-r a {
  color: #333333;
}
.bread-crumbs .b-r span {
  color: #0c3b9b;
}

.news-list .row _ {
  margin-left: -12px;
  margin-right: -12px;
}
.news-list .row _ .box-w {
  padding-left: 12px;
  padding-right: 12px;
}
.news-list .box {
  border-bottom: 1px dotted #e5e5e5;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  vertical-align: bottom;
}
.news-list .box .box-date {
  font-size: 20px;
  color: #999999;
  font-weight: bold;
  background: url("../images/img-06.png") no-repeat 110px 12px;
  overflow: hidden;
}
.news-list .box .box-date .a-more {
  background: url("../images/img-05.png") no-repeat;
  display: block;
  width: 25px;
  height: 25px;
}
.news-list .box .box-date .a-more:hover {
  background: url("../images/img-04.png") no-repeat;
}
.news-list .box .box-cont .title {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
}
.news-list .box .box-cont .title:hover {
  color: #36a333;
}
.news-list .box .box-cont .txt {
  color: #999999;
  font-size: 14px;
  line-height: 22px;
}
.news-list .box .box-img {
  overflow: hidden;
}
.news-list .box .box-img img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.news-list .box:hover .box-img img {
  transform: scale(1.1);
}

.news-details {
  padding-top: 30px;
  padding-bottom: 30px;
}
.news-details .m-title {
  text-align: center;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.news-details .m-title h1 {
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
}
.news-details .m-title .other {
  color: #999999;
  font-size: 14px;
}
.news-details .m-title .other span {
  display: inline-block;
  margin: 0 10px;
}
.news-details .main {
  font-size: 16px;
  color: #666666;
  line-height: 28px;
}
.news-details .main p {
  text-indent: 2em;
}

.mod-01 {
  font-size: 14px;
  color: #333333;
  line-height: 36px;
  text-align: justify;
}
.mod-01 p {
  text-indent: 2em;
}

.pic-list .row {
  margin-left: -20px;
  margin-right: -20px;
}
.pic-list .row .row {
  padding-left: 20px;
  padding-right: 20px;
}
.pic-list .row .box {
  border: 1px solid #e5e5e5;
  padding: 5px;
  border-radius: 3px 3px 0 0;
  margin-bottom: 40px;
}
.pic-list .row .box .pic {
  overflow: hidden;
  display: block;
}
.pic-list .row .box .pic img {
  display: block;
  width: 100%;
  transition: all .7s;
}
.pic-list .row .box .title {
  display: block;
  height: 40px;
  line-height: 40px;
  background: #e7e7e7;
  text-align: center;
  color: #333333;
  font-size: 16px;
}
.pic-list .row .box:hover {
  border-color: #36a333;
}
.pic-list .row .box:hover .pic img {
  transform: scale(1.1);
}
.pic-list .row .box:hover .title {
  background: #36a333;
  color: #ffffff;
}

.contact-us .m-title {
  text-align: center;
  background: url("../images/img-14.png") no-repeat bottom center;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.contact-us .m-title .en {
  font-size: 35px;
  color: #8f97a3;
  font-family: "Arial Rounded MT Bold";
}
.contact-us .m-title .ch {
  color: #0b2b4d;
  font-size: 25px;
}
.contact-us .box {
  text-align: center;
}
.contact-us .box .box-title {
  background: url("../images/img-11.png") no-repeat center center;
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.contact-us .box .box-cont {
  color: #999999;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}
.contact-us .erwm-box {
  background: url("../images/img-12.png") no-repeat;
  width: 271px;
  height: 337px;
  padding-top: 30px;
  margin: 0 auto 50px;
}
.contact-us .erwm-box img {
  display: block;
  margin: 0 auto;
}
.contact-us .map-box {
  border: 1px solid #e5e5e5;
  padding: 5px;
}
.contact-us .map-box img {
  display: block;
  width: 100%;
}

/*index*/
.anno-box {
  margin-top: 25px;
}
.anno-box .main {
  padding-left: 160px;
  padding-right: 20px;
  border: 1px solid #d9d9d9;
  height: 50px;
  line-height: 48px;
  border-radius: 5px;
  background: #f5f5f5;
  overflow: hidden;
}
.anno-box .main .title {
  width: 120px;
  background: url("../images/img-20.png") right center;
  position: absolute;
  margin-left: -160px;
  padding-left: 20px;
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  font-family:黑体;
}
.anno-box .box {
  background: url("../images/img-17.png") no-repeat left center;
  padding-left: 10px;
  padding-right: 100px;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  font-size: 14px;
}
.anno-box .box a {
  display: block;
  width: 100%;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
}
.anno-box .box a:hover {
  color: #2152a7;
}
.anno-box .box .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #999999;
}

.public-box {
  border: 1px solid #d0d0d0;
  border-radius: 5px;
  background: #ffffff;
  padding: 1px;
  margin-bottom: 20px;
}
.public-box .pic {
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.public-box .pic img {
  display: block;
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.public-box .cont {
  padding: 10px 20px;
}
.public-box .cont .title {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.public-box .cont .title .t-l {
  font-size: 18px;
}
.public-box .cont .title .t-more {
  color: #999999;
  font-size: 14px;
}
.public-box .cont ul li {
  border-bottom: 1px dotted #e5e5e5;
  height: 38px;
  line-height: 38px;
}
.public-box .cont ul li a {
  display: block;
  background: url("../images/img-17.png") no-repeat left 15px;
  padding-left: 16px;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.public-box .cont ul li a:hover {
  color: #2152a7;
}

.index-01 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.index-02 {
  padding-top: 40px;
  padding-bottom: 160px;
  background: #f5f5f5;
}

.index-03 {
  margin-top: -73px;
  position: relative;
  z-index: 2;
}
.index-03 .num-group {
  background: #ffffff;
  box-shadow: 0 0 10px #666666;
  padding-top: 40px;
  padding-bottom: 40px;
}
.index-03 .num-group .box {
  border-right: 1px solid #e5e5e5;
  text-align: center;
  font-size: 16px;
  color: #999999;
  line-height: 1.1;
  margin: 20px 0;
}
.index-03 .num-group .box .num {
  font-family: "Arial";
  color: #333333;
  font-size: 66px;
}
.index-03 .num-group .box sup {
  font-size: 20px;
  position: absolute;
  top: 30px;
}

.index-04 {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #666666;
  font-size: 16px;
  line-height: 32px;
}
.index-04 .main {
  padding-right: 220px;
}
.index-04 .title {
  font-size: 26px;
  color: #333333;
  margin-bottom: 20px;
}
.index-04 .txt {
  margin-bottom: 30px;
  text-align: justify;
}
.index-04 .a-more {
  display: block;
  border: 1px solid #cccccc;
  width: 148px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: #666666;
  font-size: 16px;
}
.index-04 .erwm-box {
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/img-18.png") no-repeat;
  width: 167px;
  height: 207px;
  padding-top: 20px;
}
.index-04 .erwm-box img {
  display: block;
  margin: 0 auto;
}

.mc {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.up-box {
  position: fixed;
  left: 0;
  right: 0;
  top: 100px;
  z-index: -1;
  opacity: 0;
}

/*相册*/
.slider-for .slick-arrow {
  width: 40px;
  height: 71px;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  border: none;
  font-size: 0;
  overflow: hidden;
  text-indent: 99em;
  z-index: 9999;
}
.slider-for .slick-arrow.slick-prev {
  background: url("../images/prev.png") no-repeat;
  left: 0;
}
.slider-for .slick-arrow.slick-next {
  background: url("../images/next.png") no-repeat;
  right: 0;
}
.slider-for .slick-slide {
  text-align: center;
}
.slider-for .box {
  text-align: center;
  display: inline-block;
}
.slider-for .box .pic img {
  border: 1px solid #36a333;
  background: #ffffff;
  padding: 1px;
}
.slider-for .box .title {
  height: 74px;
  line-height: 74px;
  color: #ffffff;
  font-size: 22px;
}

.slider-nav {
  padding-left: 35px;
  padding-right: 35px;
}
.slider-nav .slick-arrow {
  width: 15px;
  height: 27px;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  border: none;
  font-size: 0;
  overflow: hidden;
  text-indent: 99em;
  z-index: 9999;
}
.slider-nav .slick-arrow.slick-prev {
  background: url("../images/img-28.png") no-repeat;
  left: 0;
}
.slider-nav .slick-arrow.slick-next {
  background: url("../images/img-29.png") no-repeat;
  right: 0;
}
.slider-nav .box img {
  display: block;
  box-sizing: border-box;
  border: 2px solid transparent;
  margin: 0 auto;
}
.slider-nav .slick-current .box img {
  border: 2px solid #36a333;
}

.photo-album .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  opacity: 1;
}


/* 2020-05-20 */
/* 临时用水 */
.water-form{
  border: 1px solid #e5e5e5;
  border-top: none;
}
.water-form li{
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.water-form li .div-flex{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  border-top: 1px solid #e5e5e5;
}
.water-form li .div-flex:first-child{
  border-top: none;
}
.water-form li .div-tit{
  width: 27%;
  /*height: 44px;*/
  line-height: 24px;  
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content:center;
  background: #f5f5f5;
  border-right: 1px solid #e5e5e5;
}
.water-form li .span-red{
  color: #e6261c;
}
.water-form li .span-green{
  color: #36a333;
}
.water-form li .div-input{
  width: 73%;
  display: flex;
  align-items: center;
  justify-content:center;
}
.water-form li .div-input.bg-f5{
    background: #f5f5f5;
}
.water-form li .div-word{
    padding: 16px 10px;
}
.water-form li .put-01{
  border: none;
  background: none;
  outline: none;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #666;
  height: 44px;
  line-height: 24px;
  padding: 10px 20px;
}

.water-form li .div-t{
  width: 11%;
  background: #f5f5f5;
  line-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.water-form li .div-cont{
  width: 89%;
  border-left: 1px solid #e5e5e5;
}
.water-form li .div-cont .div-tit{
  width: 17.9%;
}
.water-form li .div-tit.ling{
  padding: 0;
  background: #fff;
}
.water-form li .div-input.div-p30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.water-form li .div-tit.ling + .div-input{
  justify-content: flex-start;
}
.water-form li .div-cont.bg-f5{
  background: #f5f5f5;
  line-height: 24px;
}
.water-form li .div-cont.bg-f5 .div-flex{
  padding: 10px 20px;
  justify-content: center;
}
.water-form li .div-tit + .div-cont.ling{
    width: 73%;
    border-left: none;
}
.water-form li .div-input .div-1{
    display: flex;
    align-items: center;
    width: 240px;
    margin: 20px 15px 20px 20px;
}
.water-form li .div-input .div-file{
    width: 140px;
    height: 90px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.water-form li .div-input.div-word{
    line-height: 24px;
}
.water-form li .div-input .div-file .put-file{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity: 0;
    opacity: 0;
    z-index: 3;
    cursor: pointer;
}
.water-form li .div-input .div-file .span-icon{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.water-form li .div-input .div-file .span-icon.ling{
    background-color: rgba(54,163,51,.4);
}
.water-form li .div-input .div-text{
    width: 100px;
    padding: 0 10px;
    text-align: center;
    line-height: 28px;
}

.water-form li .div-tit2{
  width: 34.86%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  padding: 30px 10px;
  line-height: 24px;
  border-right: 1px solid #e5e5e5;
}
.water-form li .div-tit2 + .div-input{
  width: 65.14%;
}
.water-form li .but-01{
  border: none;
  outline: none;
  width: 140px;
  height: 40px;
  background: #36a333;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
}

.water-form-submit .but-01{
  border: none;
  outline: none;
  width: 200px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  background: #36a333;
  border-radius: 5px;
}


.water-form li .div-01{
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.water-form li .div-01 .div-tit{
  width: 54%;
  border-left: 1px solid #e5e5e5;
}
.water-form li .div-01:first-child .div-tit{
  border-left: none;
}
.water-form li .div-01 .div-input{
  width: 46%;
}

.water-form.ling,
.water-form-result{
  width: 690px;
  max-width: 100%;
}

/* 2020-05-28 */
.water-query-mc{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(0,0,0,.6);
  display: none;
}
.water-query-tc{
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 11;
  transform: translate(-50%,-50%);
  width: 500px;
  max-width: 90%;
  background: #fff;
  border-radius: 5px;
  padding: 50px 50px 45px;
  display: none;
}
.water-query-tc .div-title{
  font-size: 24px;
  line-height: 24px;
  color: #333;
}
.water-query-tc .div-num{
  width: 100%;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 72px;
  background: #0c3b9b;
  border: 4px solid #ced8eb;
  border-radius: 4px;
  margin-top: 20px;
}
.water-query-tc .div-info{
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-top: 14px;
}


.water-query-main{
  padding-top: 8.5%;
  padding-bottom: 9.4%;
}
.water-query-form li .div-cont.bg-f5 .div-flex{
  text-align: left;
  justify-content: flex-start;
}
.water-form-result{
  font-size: 16px;
  line-height: 22px;
  color: #333;
  margin-top: 35px;
  padding-left: 32px;
}
.water-form-result span{
  float: left;
  margin-left: -32px;
  padding-left: 32px;
  background: url('../images/tips-01.png') left center no-repeat;
}
.water-form-result b{
  display: inline-block;
  font-size: 16px;
  color: #0c3b9b;
}

/* 09_低保用水优惠申请 */
